//==============================================================================
// Oak tree_anim.txt
//==============================================================================

//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual World G Oak A
         }
      }
   }
}



//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual World G Oak A_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.29 false TreeFalling checkVisible 
//-- end auto generated section
				connect ATTACHPOINT Stump HOTSPOT
         }
      }
   }
}


//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual World G Oak A_flail
			connect ATTACHPOINT Roots HOTSPOT
         }
      }
   }
}